PDF4Java Reference Documentation
com.o2sol.pdf4java.actions Package / PDFSubmitFormAction Class


In This Topic
    PDFSubmitFormAction Class Methods
    In This Topic

    For a list of all members of this type, see PDFSubmitFormAction members.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Creates a PDF action from a cos dictionary. (Inherited from com.o2sol.pdf4java.actions.PDFAction)
    Public MethodGets a value indicating whether only the annotations created by the current user are submitted.  
    Public MethodGets the sequence of actions to be performed after this action. (Inherited from com.o2sol.pdf4java.actions.PDFAction)
    Public MethodGets the cos action object. (Inherited from com.o2sol.pdf4java.actions.PDFAction)
    Public MethodGets the format of the submitted data.  
    Public MethodGets a value indicating whether the PDF file is embedded in the submitted data.  
    Public MethodGets the list identifying which fields to include in the submission or which to exclude. If this list is null or empty then all the form fields are submitted regardless of the value set by getSubmitFields method. The fields for which the method com.o2sol.pdf4java.forms.PDFField.isExportable returns false will not be submitted no matter if they are included in the list or not.  
    Public MethodGets a value indicating whether the fields should be submitted or not.  
    Public MethodGets the URL the form data is submitted for processing.  
    Public MethodGets a value indicating whether the submitted FDF file includes all markup annotations in the underlying PDF document.  
    Public MethodGets a value indicating whether the incremental updates to the underlying PDF document are included in the submitted FDF file.  
    Public MethodGets a value indicating whether the fields with no value are submitted.  
    Public MethodSets the sequence of actions to be performed after this action. (Inherited from com.o2sol.pdf4java.actions.PDFAction)
    Public MethodSets the format of the submitted data.  
    Public MethodSets a value indicating whether the PDF file is embedded in the submitted data.  
    Public MethodSets a value indicating whether only the annotations created by the current user are submitted.  
    Public MethodSets the list identifying which fields to include in the submission or which to exclude. If this list is null or empty then all the form fields are submitted regardless of the value set by getSubmitFields method. The fields for which the method com.o2sol.pdf4java.forms.PDFField.isExportable returns false will not be submitted no matter if they are included in the list or not.  
    Public MethodSets a value indicating whether the submitted FDF file includes all markup annotations in the underlying PDF document.  
    Public MethodSets a value indicating whether the incremental updates to the underlying PDF document are included in the submitted FDF file.  
    Public MethodSets a value indicating whether the fields with no value are submitted.  
    Public MethodSets a value indicating whether the coordinates of the mouse click that caused the submit form action are transmitted as part of form data.  
    Public MethodSets a value indicating whether the fields should be submitted or not.  
    Public MethodSets the URL the form data is submitted for processing.  
    Public MethodSets a value indicating whether the field values representing dates are converted to the standard PDF format.  
    Public MethodSets a value indicating whether the form data is submitted using HTTP GET method.  
    Public MethodGets a value indicating whether the coordinates of the mouse click that caused the submit form action are transmitted as part of form data.  
    Public MethodGets a value indicating whether the field values representing dates are converted to the standard PDF format.  
    Public MethodGets a value indicating whether the form data is submitted using HTTP GET method.  
    Top
    See Also